home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17617 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  654 b 

  1. From: alhen_ms@msn.com (Alberto Henriquez)
  2. Subject: RE: How do you use DOS extenders?
  3. Date: 16 Apr 96 19:32:54 -0700
  4. References: <4km93g$1cui@usenetp1.news.prodigy.com>
  5. Message-ID: <00001a81+0000b23e@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c++
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. Hi Mark,
  11.  
  12. Try setting your compile options to use the large memory model.  if 
  13. you are trying to allocate a lot of 64k blocks or bigger,  your 
  14. better off in obtaining a extended memory set of APIs that will use 
  15. XMS to allocate blocks of memory from 16megs to 64megs (depending on 
  16. the version of XMS that is on your system and/or clients)
  17.  
  18. Al
  19.